home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TACCOUNTWIZARD / TACCOUNTWIZARD.txt
Text File  |  2004-10-12  |  14KB  |  585 lines

  1. object AccountWizard: TAccountWizard
  2.   Left = 307
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create New User Account'
  7.   ClientHeight = 346
  8.   ClientWidth = 406
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 296
  27.     Width = 390
  28.     Height = 2
  29.     Shape = bsTopLine
  30.   end
  31.   object bBack: TButton
  32.     Left = 96
  33.     Top = 312
  34.     Width = 89
  35.     Height = 25
  36.     HelpContext = 12006
  37.     Caption = '<   &Back'
  38.     Enabled = False
  39.     TabOrder = 1
  40.     OnClick = bBackClick
  41.   end
  42.   object bNext: TButton
  43.     Left = 192
  44.     Top = 312
  45.     Width = 89
  46.     Height = 25
  47.     HelpContext = 12005
  48.     Caption = '&Next   >'
  49.     Default = True
  50.     TabOrder = 2
  51.     OnClick = bNextClick
  52.   end
  53.   object bCancel: TButton
  54.     Left = 304
  55.     Top = 312
  56.     Width = 89
  57.     Height = 25
  58.     HelpContext = 12016
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 3
  63.   end
  64.   object Book: TNotebook
  65.     Left = 8
  66.     Top = 8
  67.     Width = 393
  68.     Height = 281
  69.     PageIndex = 3
  70.     TabOrder = 0
  71.     object TPage
  72.       Left = 0
  73.       Top = 0
  74.       Caption = 'Default'
  75.       object Bevel2: TBevel
  76.         Left = 5
  77.         Top = 8
  78.         Width = 380
  79.         Height = 81
  80.         Shape = bsFrame
  81.       end
  82.       object lGeneral: TLabel
  83.         Left = 16
  84.         Top = 16
  85.         Width = 361
  86.         Height = 65
  87.         AutoSize = False
  88.         Caption = 
  89.           'Enter user name and the account'#39's home directory. Make sure that' +
  90.           ' the name is not used by other account. If there are account con' +
  91.           'figuration files in the home directory already, the data from th' +
  92.           'ose files will be used for defaults for next steps.'
  93.         WordWrap = True
  94.       end
  95.       object Label2: TLabel
  96.         Left = 8
  97.         Top = 100
  98.         Width = 72
  99.         Height = 13
  100.         Caption = 'Account name:'
  101.         FocusControl = eName
  102.       end
  103.       object eName: TEdit
  104.         Left = 8
  105.         Top = 116
  106.         Width = 377
  107.         Height = 21
  108.         HelpContext = 12001
  109.         TabOrder = 0
  110.       end
  111.       object bBrowse: TButton
  112.         Left = 104
  113.         Top = 206
  114.         Width = 129
  115.         Height = 27
  116.         HelpContext = 12003
  117.         Caption = 'Browse'
  118.         TabOrder = 1
  119.         OnClick = bBrowseClick
  120.       end
  121.       object bClear: TButton
  122.         Left = 248
  123.         Top = 206
  124.         Width = 129
  125.         Height = 27
  126.         HelpContext = 12004
  127.         Caption = 'Clear'
  128.         TabOrder = 2
  129.         OnClick = bClearClick
  130.       end
  131.       object gbHomeDir: TGroupBox
  132.         Left = 8
  133.         Top = 156
  134.         Width = 377
  135.         Height = 41
  136.         Caption = '&Home directory:'
  137.         TabOrder = 3
  138.         object eDir: TEdit
  139.           Left = 8
  140.           Top = 17
  141.           Width = 361
  142.           Height = 20
  143.           HelpContext = 12002
  144.           BorderStyle = bsNone
  145.           ParentColor = True
  146.           ReadOnly = True
  147.           TabOrder = 0
  148.           Text = '<default>'
  149.         end
  150.       end
  151.     end
  152.     object TPage
  153.       Left = 0
  154.       Top = 0
  155.       Caption = 'E-mail'
  156.       object Bevel3: TBevel
  157.         Left = 5
  158.         Top = 4
  159.         Width = 380
  160.         Height = 85
  161.         Shape = bsFrame
  162.       end
  163.       object lEmail: TLabel
  164.         Left = 16
  165.         Top = 16
  166.         Width = 361
  167.         Height = 65
  168.         AutoSize = False
  169.         Caption = 
  170.           'Enter your e-mail data. This information will appear by default ' +
  171.           'in your messages as originator'#39's data'
  172.         WordWrap = True
  173.       end
  174.       object Label1: TLabel
  175.         Left = 8
  176.         Top = 108
  177.         Width = 70
  178.         Height = 13
  179.         Caption = '&Your full name:'
  180.         FocusControl = eFrom
  181.       end
  182.       object Label4: TLabel
  183.         Left = 8
  184.         Top = 148
  185.         Width = 71
  186.         Height = 13
  187.         Caption = '&E-mail address:'
  188.       end
  189.       object Label5: TLabel
  190.         Left = 8
  191.         Top = 180
  192.         Width = 62
  193.         Height = 13
  194.         Caption = '&Organisation:'
  195.         FocusControl = eOrg
  196.       end
  197.       object leg: TLabel
  198.         Left = 8
  199.         Top = 121
  200.         Width = 93
  201.         Height = 13
  202.         Caption = '(e.g. John G. Smith)'
  203.       end
  204.       object eFrom: TEdit
  205.         Left = 112
  206.         Top = 112
  207.         Width = 273
  208.         Height = 21
  209.         HelpContext = 12007
  210.         TabOrder = 0
  211.       end
  212.       object eAddress: TEdit
  213.         Left = 112
  214.         Top = 144
  215.         Width = 273
  216.         Height = 21
  217.         HelpContext = 12008
  218.         TabOrder = 1
  219.       end
  220.       object eOrg: TEdit
  221.         Left = 112
  222.         Top = 176
  223.         Width = 273
  224.         Height = 21
  225.         HelpContext = 12009
  226.         TabOrder = 2
  227.       end
  228.     end
  229.     object TPage
  230.       Left = 0
  231.       Top = 0
  232.       Caption = 'Servers'
  233.       object Bevel4: TBevel
  234.         Left = 5
  235.         Top = 4
  236.         Width = 380
  237.         Height = 85
  238.         Shape = bsFrame
  239.       end
  240.       object Label6: TLabel
  241.         Left = 16
  242.         Top = 16
  243.         Width = 361
  244.         Height = 65
  245.         AutoSize = False
  246.         Caption = 
  247.           'Enter your mail servers'#39' addresses - they must be provided by yo' +
  248.           'ur Network Administrator or the Internet Service Provider. SMTP ' +
  249.           'server is used for sending mail out, POP3 server is used for mai' +
  250.           'l retrieval.'
  251.         WordWrap = True
  252.       end
  253.       object ServersPanel: TPanel
  254.         Left = 2
  255.         Top = 90
  256.         Width = 388
  257.         Height = 192
  258.         BevelOuter = bvNone
  259.         TabOrder = 0
  260.         object lSMTP: TLabel
  261.           Left = 6
  262.           Top = 126
  263.           Width = 208
  264.           Height = 13
  265.           Caption = '&SMTP server address (e.g. smtp.domain.tld):'
  266.           FocusControl = eSMTP
  267.         end
  268.         object lMailServer: TLabel
  269.           Left = 6
  270.           Top = 83
  271.           Width = 238
  272.           Height = 13
  273.           Caption = '&Incoming mail server address (e.g. mail.domain.tld):'
  274.           FocusControl = ePOP
  275.         end
  276.         object eSMTP: TEdit
  277.           Left = 6
  278.           Top = 142
  279.           Width = 376
  280.           Height = 21
  281.           HelpContext = 12010
  282.           TabOrder = 1
  283.         end
  284.         object ePOP: TEdit
  285.           Left = 6
  286.           Top = 99
  287.           Width = 376
  288.           Height = 21
  289.           HelpContext = 12011
  290.           TabOrder = 0
  291.         end
  292.         object cbSMTPAuth: TCheckBox
  293.           Left = 8
  294.           Top = 166
  295.           Width = 377
  296.           Height = 17
  297.           Caption = 'My SMTP server requires authentication for sending mail'
  298.           TabOrder = 2
  299.         end
  300.         object rgProtocol: TRadioGroup
  301.           Left = 5
  302.           Top = 1
  303.           Width = 378
  304.           Height = 71
  305.           Caption = '&To access mail server, use protocol:'
  306.           Items.Strings = (
  307.             'POP3  -  Post Office Protocol v3 '
  308.             'IMAP4 - Internet Message Access Protocol'
  309.             'MAPI - Microsoft Exchange Server')
  310.           TabOrder = 3
  311.           OnClick = rgProtocolClick
  312.         end
  313.       end
  314.     end
  315.     object TPage
  316.       Left = 0
  317.       Top = 0
  318.       Caption = 'POP data'
  319.       object Bevel5: TBevel
  320.         Left = 5
  321.         Top = 4
  322.         Width = 380
  323.         Height = 85
  324.         Shape = bsFrame
  325.       end
  326.       object Label9: TLabel
  327.         Left = 16
  328.         Top = 16
  329.         Width = 361
  330.         Height = 65
  331.         AutoSize = False
  332.         WordWrap = True
  333.       end
  334.       object Label10: TLabel
  335.         Left = 8
  336.         Top = 108
  337.         Width = 51
  338.         Height = 13
  339.         Caption = '&Username:'
  340.         FocusControl = ePOPuser
  341.       end
  342.       object Label11: TLabel
  343.         Left = 8
  344.         Top = 140
  345.         Width = 49
  346.         Height = 13
  347.         Caption = '&Password:'
  348.       end
  349.       object ePOPuser: TEdit
  350.         Left = 120
  351.         Top = 104
  352.         Width = 264
  353.         Height = 21
  354.         HelpContext = 12012
  355.         TabOrder = 0
  356.       end
  357.       object ePassword: TEdit
  358.         Left = 120
  359.         Top = 136
  360.         Width = 264
  361.         Height = 21
  362.         HelpContext = 12013
  363.         PasswordChar = '*'
  364.         TabOrder = 1
  365.       end
  366.       object cbAPOP: TCheckBox
  367.         Left = 24
  368.         Top = 176
  369.         Width = 361
  370.         Height = 17
  371.         HelpContext = 12014
  372.         Caption = 'Use &secure login method (APOP)'
  373.         TabOrder = 2
  374.       end
  375.       object cbLeaveMail: TCheckBox
  376.         Left = 24
  377.         Top = 200
  378.         Width = 361
  379.         Height = 17
  380.         HelpContext = 12015
  381.         Caption = '&Leave copy of messages on the server'
  382.         TabOrder = 3
  383.       end
  384.       object cbImapAuto: TCheckBox
  385.         Left = 24
  386.         Top = 176
  387.         Width = 329
  388.         Height = 17
  389.         Caption = 'Connect to the server automatically'
  390.         Checked = True
  391.         State = cbChecked
  392.         TabOrder = 4
  393.         Visible = False
  394.       end
  395.       object cbImapNoTrash: TCheckBox
  396.         Left = 24
  397.         Top = 200
  398.         Width = 329
  399.         Height = 17
  400.         Caption = 'Do not use the Trash folder for deletion'
  401.         Checked = True
  402.         State = cbChecked
  403.         TabOrder = 5
  404.         Visible = False
  405.       end
  406.     end
  407.     object TPage
  408.       Left = 0
  409.       Top = 0
  410.       Caption = 'Connection'
  411.       object Bevel6: TBevel
  412.         Left = 5
  413.         Top = 4
  414.         Width = 380
  415.         Height = 85
  416.         Shape = bsFrame
  417.       end
  418.       object Label12: TLabel
  419.         Left = 16
  420.         Top = 16
  421.         Width = 361
  422.         Height = 65
  423.         AutoSize = False
  424.         Caption = 
  425.           'Specify the method you are connecting to the Internet. Make sure' +
  426.           ' that TCP/IP protocol is installed on your machine and configure' +
  427.           'd properly.'
  428.         WordWrap = True
  429.       end
  430.       object rbLAN: TRadioButton
  431.         Left = 16
  432.         Top = 112
  433.         Width = 313
  434.         Height = 17
  435.         Caption = '&Local Area Network or manual connection'
  436.         Checked = True
  437.         TabOrder = 0
  438.         TabStop = True
  439.         OnClick = rbLANClick
  440.       end
  441.       object rbDUN: TRadioButton
  442.         Left = 16
  443.         Top = 152
  444.         Width = 193
  445.         Height = 17
  446.         Caption = '&Dial-up connection:'
  447.         TabOrder = 1
  448.         OnClick = rbLANClick
  449.       end
  450.       object lDUN: TComboBox
  451.         Left = 216
  452.         Top = 150
  453.         Width = 169
  454.         Height = 21
  455.         Style = csDropDownList
  456.         ItemHeight = 0
  457.         Sorted = True
  458.         TabOrder = 2
  459.       end
  460.       object cbAutoHangup: TCheckBox
  461.         Left = 40
  462.         Top = 192
  463.         Width = 345
  464.         Height = 17
  465.         Caption = 'Disconnect &automatically after completion of mail transfer'
  466.         TabOrder = 3
  467.       end
  468.     end
  469.     object TPage
  470.       Left = 0
  471.       Top = 0
  472.       Caption = 'Finish'
  473.       object Bevel7: TBevel
  474.         Left = 5
  475.         Top = 4
  476.         Width = 380
  477.         Height = 101
  478.         Shape = bsFrame
  479.       end
  480.       object Label14: TLabel
  481.         Left = 16
  482.         Top = 16
  483.         Width = 361
  484.         Height = 65
  485.         AutoSize = False
  486.         Caption = 
  487.           'The initial account setup is complete. You may check all other s' +
  488.           'ettings such as message templates, message management options an' +
  489.           'd preferences right now or leave this for later. Click Finish bu' +
  490.           'tton to add this account to The Bat! account list.'
  491.         WordWrap = True
  492.       end
  493.       object Label15: TLabel
  494.         Left = 24
  495.         Top = 128
  496.         Width = 235
  497.         Height = 13
  498.         Caption = 'Do you want to check all account'#39's settings now?'
  499.       end
  500.       object rbNo: TRadioButton
  501.         Left = 64
  502.         Top = 152
  503.         Width = 113
  504.         Height = 17
  505.         Caption = 'No'
  506.         Checked = True
  507.         TabOrder = 0
  508.         TabStop = True
  509.         OnClick = rbNoClick
  510.       end
  511.       object rbYes: TRadioButton
  512.         Left = 64
  513.         Top = 176
  514.         Width = 113
  515.         Height = 17
  516.         Caption = 'Yes'
  517.         TabOrder = 1
  518.         OnClick = rbNoClick
  519.       end
  520.     end
  521.     object TPage
  522.       Left = 0
  523.       Top = 0
  524.       Caption = 'Install'
  525.       object Bevel8: TBevel
  526.         Left = 5
  527.         Top = 8
  528.         Width = 380
  529.         Height = 81
  530.         Shape = bsFrame
  531.       end
  532.       object Label13: TLabel
  533.         Left = 16
  534.         Top = 16
  535.         Width = 361
  536.         Height = 65
  537.         AutoSize = False
  538.         Caption = 
  539.           'Please make the last step to finish installation! You can either' +
  540.           ' create a new account as for a completely new installation or ch' +
  541.           'oose to restore data from previously made backup archive.'
  542.         WordWrap = True
  543.       end
  544.       object rbCreate: TRadioButton
  545.         Left = 40
  546.         Top = 136
  547.         Width = 297
  548.         Height = 17
  549.         Caption = 'I want to create a new account'
  550.         Checked = True
  551.         TabOrder = 0
  552.         TabStop = True
  553.         OnClick = rbRestoreClick
  554.       end
  555.       object rbRestore: TRadioButton
  556.         Left = 40
  557.         Top = 168
  558.         Width = 337
  559.         Height = 25
  560.         Caption = 'I want to restore data from a backup archive:'
  561.         TabOrder = 1
  562.         OnClick = rbRestoreClick
  563.       end
  564.       object eRestoreFile: TEdit
  565.         Left = 64
  566.         Top = 192
  567.         Width = 225
  568.         Height = 21
  569.         Enabled = False
  570.         TabOrder = 2
  571.       end
  572.       object bRestoreBrowse: TButton
  573.         Left = 292
  574.         Top = 190
  575.         Width = 91
  576.         Height = 25
  577.         Caption = 'Browse'
  578.         Enabled = False
  579.         TabOrder = 3
  580.         OnClick = bRestoreBrowseClick
  581.       end
  582.     end
  583.   end
  584. end
  585.